- 修复swoole_http_server::on未执行父类方法的问题
- 修复swoole_http_server中COOKIE无法读取的问题
- 增加swoole_http_server对POST RawContent的支持
- after接口可以传入一个用户参数
- swoole_client->recv和onReceive的data变量修改为零拷贝
- swoole_client->onReceive改为ET模式
- 修复swoole_table->set无法设置超过64K字符串的问题
- 重构swoole_table,解决foreach可能存在的数据同步问题
- 增加在php.ini中的配置项swoole.display_errors,用于关闭错误信息
- swoole_timer_after/swoole_server->after接口增加一个可选参数,可以将一个自定义变量传递到回调函数中
- 修复open_length_check连接内存缓冲区未重置的BUG
- 增加dispatch_mode=4,按照客户端IP取摸分配worker进程
- 事件回调函数中不或到异常错误等级由E_WARNING调整为E_ERROR
This repository has been archived by the owner on Sep 1, 2020. It is now read-only.